home *** CD-ROM | disk | FTP | other *** search
/ Indy 500 - Celebrate the Spectacle / Indy 500 - Celebrate the Spectacle.iso / pc / lingo.ini < prev    next >
Encoding:
Text File  |  2003-10-23  |  281 b   |  10 lines

  1. on startup 
  2. set the soundkeepdevice to 0  
  3.  
  4. -- Added to look for files in the "assets" subdirectory  
  5. global tbsearchpath  
  6. set tbsearchpath=[]  
  7. append(tbsearchpath, the applicationPath & "assets\")  
  8. append(the searchpaths, the applicationPath & "assets")  
  9.  
  10. end startup